DepressionGraph

fun DepressionGraph(data: List<LineData>)

A composable function that renders a line graph for either depression or anxiety scores over time.

Parameters

data

The list of LineData representing the scores and dates.